home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2005 October
/
PCWOCT05.iso
/
Software
/
FromTheMag
/
Syn Text Editor 2.1.0.46
/
synsetup-2.1.0.46.exe
/
{app}
/
templates
/
syn Scripts
/
VBScript.vbs
< prev
Wrap
Text File
|
2002-07-22
|
381b
|
18 lines
' Description: Macro Template for syn
' Caption: <Text from the Menuitem>|
' Hint: <The Hint from the Menuitem>|
' Icon: <The Icon from the Menuitem>|
' ScriptEngine=VBScript
option explicit
' Remove the dot to include this file(s)
'#.include <consts>
'#.include <cmnfunc>
sub Main(FileName)
' To Do: Add usercode here
Echo "Hi, this is VBScript!"
end sub